home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / hsc / docs-source / require.hsc < prev    next >
Encoding:
Text File  |  1997-10-10  |  2.6 KB  |  65 lines

  1. <WEBPAGE chapter="hsc - " title="Requirements"
  2.     prev="updates.html"
  3.     next="distrib.html">
  4.  
  5. This section focuses on things the user will need to successfully
  6. utilize this program package. This does not only include hardware
  7. requirements, but also certain skills of the user.
  8.  
  9. <H2>User Requirements</H2>
  10.  
  11. <P><hsc CAP> is not a tool for beginners. It does not make html
  12. easier. It only makes it a bit less painful and brain-damaged - that's
  13. all. Therefor, these documents assume that you are already familiar
  14. with html. There exist several sources for beginners, and this won't
  15. be page #1876545 which lists these sources.</P>
  16.  
  17. <P>The user is expected to have already worked with some macro
  18. language before.</P>
  19.  
  20. <P>If you want to utilize the <A HREF="project/index.html">project
  21. management capabilities</A>, you should also know how to work with
  22. <make> and write your own <Makefile>s. As it does not make much sense
  23. to use <hsc> without it, this probably is a must.</P>
  24.  
  25. <P>For several other advanced topics, it is required to have some
  26. experiences with any programming language. Rexx is fully sufficient
  27. for these task, and most examples and some supporting stuff is written
  28. in this language.</P>
  29.  
  30. <P>As <hsc> is a CLI-only tool, any knowledge of how to work with
  31. mouse and icons is not required.</P>
  32.  
  33. <P>Please note that I'm quite serious about all that. As I don't get
  34. paid for every new user, there is no need for me to have as many
  35. people as possible using this program.</P>
  36.  
  37. <P>Actually I do not care if you try to use it, find out you can not
  38. cope with it, scream out "Dammit, I'm a looser!" and jump out of the
  39. window from the 27th floor. But I start caring about as soon as you do
  40. not jump out of the window and instead send me bloody emails with
  41. silly questions.</P>
  42.  
  43. <P>So those who now say "Fine, I always wanted to learn how to write
  44. Makefiles" should consider looking for some other tool or prepare
  45. themselves for jumping out of the window.</P>
  46.  
  47.  
  48. <H2>System Requirements</H2>
  49.  
  50. <P><STRONG>Memory:</STRONG> Well, this mostly depends on your
  51. input-data. To process reasonable sized pages, about 300K of free ram
  52. should be enough. For large pages and projects using loads of
  53. documents, this can increase to 1MB or even more, so your machine
  54. should have at least 2MB of memory.</P>
  55.  
  56. <P><STRONG>Stack:</STRONG> A stack value of 12 KB usually should be
  57. sufficient; at least, this worked for these documents.</P>
  58.  
  59. <P><STRONG>AmigaOS and CPU:</STRONG> Basically, it works on an A2000
  60. with AmigaOS 2.04 and a plain 68000, but as this isn't much fun, the
  61. binaries are compiled for 68020. As <hsc> is not one of the fastest, a
  62. 68040 is recommended.</P>
  63.  
  64. </WEBPAGE>
  65.